@charset "utf-8";

/* ------------------------------基础样式开始------------------------------ */

body {
    background-color: #f5f5f5;
}

.content {
    width: 100%;
    max-width: 500px;
    min-height: 100vh;
    margin: 0 auto;
}

.base_content {
    padding: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.base_content.bg_white {
    background-color: white;
}

.base_content.bg_darkblue {
    background-color: #353a42;
}

.base_content.bg_datavisit {
    background-image: url(bg_datavisit.png);
    background-position: center top;
    background-size: contain;
}

.base_title_content {
    padding: 30px 10px 0;
    text-align: center;
}

.base_title_content h3 {
    font-size: 18px;
    color: #333;
}

.base_title_content p {
    margin-top: 12px;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.base_title_content.white h3,
.base_title_content.white p {
    color: #fff;
}

.base_img {
    padding: 25px 0 30px;
    text-align: center;
    font-size: 0;
}

.base_img.pad_b_no {
    padding-bottom: 0;
}

/* ------------------------------基础样式结束------------------------------ */

/* ------------------------------头部导航开始------------------------------ */

.nav_content {
    height: 50px;
}

.nav_box {
    width: 100%;
    max-width: 500px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
}

.nav_left img {
    height: 30px;
}

.nav_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav_right:hover nav {
    display: block;
}

.nav_right span {
    width: 24px;
    height: 3px;
    margin: 2px 0;
    background-color: #666;
    border-radius: 10px;
}

.nav_right nav {
    width: 120px;
    height: calc(100vh - 50px);
    display: none;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
}

.nav_right nav ul {
    display: flex;
    flex-direction: column;
}

.nav_right nav ul li {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav_right nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.nav_right nav ul li.active a,
.nav_right nav ul li:hover a {
    color: #ff7f00;
}

/* ------------------------------头部导航结束------------------------------ */

/* ------------------------------底部信息开始------------------------------ */

.footer_content {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    background-color: #1a1c34;
}

.footer_nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 6px 0;
    margin: 0 -12px;
}

.footer_nav ul li {
    padding: 6px 12px;
    position: relative;
}

.footer_nav ul li::after {
    content: '';
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .15);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.footer_nav ul li a {
    font-size: 13px;
    color: #818295;
    display: block;
}

.footer_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer_box > img {
    width: 72px;
    height: 72px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 40px;
}

.footer_left {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
}

.footer_left strong {
    font-size: 18px;
    color: #e8eafb;
}

.footer_left h3 {
    margin-top: 10px;
    font-size: 13px;
    color: #818295;
}

.footer_left p {
    line-height: 16px;
    margin-top: 6px;
    font-size: 12px;
    color: #818295;
    word-break: break-all;
}

.consult_content {
    width: 100%;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-image: url(bg_consult.png);
    background-position: center;
    background-size: cover;
}

.consult_content p {
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
}

.consult_content a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #fd5317;
    background-color: #ffff00;
    border-radius: 50px;
}

/* ------------------------------底部信息结束------------------------------ */

/* --------------------------------首页开始-------------------------------- */

/* 什么是货便利订货系统 */

.home_synopsis_content {
    padding: 0 10px 10px 10px;
}

.home_synopsis_box {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}

.home_synopsis_box h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.home_synopsis_box p {
    line-height: 24px;
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    word-break: break-all;
}

.home_synopsis_box a {
    height: 36px;
    line-height: 36px;
    margin: 20px 5px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    border-radius: 50px;
    background-color: #ff8004;
    background-image: linear-gradient(to right, #ff8004 , #fd9418);
    box-shadow: 0 2px 14px rgba(255, 145, 37, .6);
}

/* 货便利订货系统能帮你解决什么问题？ */

.home_solveproblem_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 0 -3px;
}

.home_solveproblem_content ul li {
    width: 50%;
    padding: 0 3px;
    margin-top: 6px;
}

.home_solveproblem_box {
    height: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 14px 0;
    background-color: #fff;
    border-radius: 4px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90px;
}

.home_solveproblem_box img {
    width: 45px;
    height: 45px;
    flex-grow: 0;
    flex-shrink: 0;
}

.home_solveproblem_box h3 {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.home_solveproblem_box p {
    line-height: 18px;
    margin-top: 10px;
    text-align: justify;
    font-size: 13px;
    color: #666;
    word-break: break-all;
}

.home_solveproblem_content ul li:nth-child(1) .home_solveproblem_box {
    background-image: url(bg_solveproblem01.png);
}

.home_solveproblem_content ul li:nth-child(2) .home_solveproblem_box {
    background-image: url(bg_solveproblem02.png);
}

.home_solveproblem_content ul li:nth-child(3) .home_solveproblem_box {
    background-image: url(bg_solveproblem03.png);
}

.home_solveproblem_content ul li:nth-child(4) .home_solveproblem_box {
    background-image: url(bg_solveproblem04.png);
}

.home_solveproblem_content ul li:nth-child(5) .home_solveproblem_box {
    background-image: url(bg_solveproblem05.png);
}

.home_solveproblem_content ul li:nth-child(6) .home_solveproblem_box {
    background-image: url(bg_solveproblem06.png);
}

/* 为不同行业提供订货解决方案 */

.home_solution_content {
    display: flex;
    flex-direction: column;
    padding: 20px 0 24px;
}

.home_solution_content > a,
.home_core_content > a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    background-color: #ff8004;
    background-image: linear-gradient(to right, #ff8004 , #fd9418);
    border-radius: 50px;
}

.home_solution_bigimg {
    margin: 0 -2px;
}

.home_solution_bigimg ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home_solution_bigimg ul li {
    width: 50%;
    padding: 2px;
    font-size: 0;
}

.home_solution_img {
    display: flex;
    flex-direction: column;
}

.home_solution_smalltitle {
    width: 100%;
    text-align: center;
    position: relative;
}

.home_solution_smalltitle h3 {
    padding: 16px 10px;
    font-size: 13px;
    color: #333;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.home_solution_smalltitle::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.home_solution_img ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.home_solution_img ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2px 15px;
}

.home_solution_img ul li span {
    max-width: 100%;
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 货便利，让企业及客户各环节全面提升 */

.home_promote_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
}

.home_promote_left {
    width: 68px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}

.home_promote_left ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ebebeb;
}

.home_promote_right {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 10px 0;
    background-color: #ff8004;
    background-image: linear-gradient(to right, #fd9418, #ff8004);
    border-radius: 8px;
}


.home_promote_right ul li {
    height: 40px;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.home_promote_left ul li:last-child,
.home_promote_right ul li:last-child {
    border-bottom: none;
}

/* 系统核心功能 */

.home_core_content {
    padding-bottom: 20px;
}

.home_core_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0 5px;
}

.home_core_content ul li {
    width: 25%;
    height: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_core_content ul li img {
    width: 50px;
    height: 50px;
}

.home_core_content ul li span {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}

/* 货便利为您提供私有化部署解决方案 */

.home_deploy_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 24px -5px;
}

.home_deploy_content ul li {
    width: 50%;
    padding: 5px;
}

.home_deploy_box {
    height: 152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 4px;
}

.home_deploy_box img,
.ordergoods_deploy_main ul li img {
    width: 60px;
    height: 60px;
}

.home_deploy_box h3,
.ordergoods_deploy_main ul li h3 {
    margin-top: 14px;
    font-size: 15px;
    color: #333;
}

.home_deploy_box span,
.ordergoods_deploy_main ul li span {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #808080;
}

/* --------------------------------首页结束-------------------------------- */

/* ------------------------------智慧订货开始------------------------------ */

/* banner */

.ordergoods_banner_content {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-image: url(ordergoods_banner_bg.png);
    background-position: center;
    background-size: cover;
}

.ordergoods_banner_content h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.ordergoods_banner_content p {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}

.ordergoods_banner_content a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-top: 22px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #ff8004, #fe5722);
    border-radius: 100px;
}

/* 货便利为您提供私有化部署解决方案 */

.ordergoods_deploy_content {
    padding: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.ordergoods_deploy_box {
    padding-top: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.ordergoods_deploy_title {
    padding: 0 10px;
    text-align: center;
}

.ordergoods_deploy_title h3 {
    font-size: 18px;
    color: #333;
}

.ordergoods_deploy_main ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 0 15px;
}

.ordergoods_deploy_main ul li {
    width: 50%;
    height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

/* 丰富的营销场景，为企业带来更多订单 */

.ordergoods_marketing_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0 15px;
    margin: 0 -2px;
}

.ordergoods_marketing_content ul li {
    width: 33.3333%;
    height: 130px;
    padding: 2px;
}

.ordergoods_marketing_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 0;
    background-image: linear-gradient(to bottom, #f6f6f6, #fff);
    border-radius: 4px;
}

.ordergoods_marketing_img {
    width: 100%;
    height: 54px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ordergoods_marketing_box h3 {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

.ordergoods_marketing_box span {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.ordergoods_marketing_content ul li:nth-child(1) .ordergoods_marketing_img {
    background-image: url(ordergoods_marketing_img01.png);
}


.ordergoods_marketing_content ul li:nth-child(2) .ordergoods_marketing_img {
    background-image: url(ordergoods_marketing_img02.png);
}


.ordergoods_marketing_content ul li:nth-child(3) .ordergoods_marketing_img {
    background-image: url(ordergoods_marketing_img03.png);
}


.ordergoods_marketing_content ul li:nth-child(4) .ordergoods_marketing_img {
    background-image: url(ordergoods_marketing_img04.png);
}


.ordergoods_marketing_content ul li:nth-child(5) .ordergoods_marketing_img {
    background-image: url(ordergoods_marketing_img05.png);
}


.ordergoods_marketing_content ul li:nth-child(6) .ordergoods_marketing_img {
    background-image: url(ordergoods_marketing_img06.png);
}

/* 完善的产品服务 */

.ordergoods_productservice_content {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 25px;
}

.ordergoods_productservice_content ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.ordergoods_productservice_content ul:last-child {
    border-bottom: none;
}

.ordergoods_productservice_content ul li {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ordergoods_productservice_content ul li img {
    width: 64px;
    height: 64px;
}

.ordergoods_productservice_content ul li h3 {
    margin-top: 10px;
    font-size: 15px;
    color: #333;
}

.ordergoods_productservice_content ul li span {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}































/* ------------------------------智慧订货结束------------------------------ */